home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / BUS / A-E / DesignDemo / Demo DesignScope™.rsrc / HELP_8_Digital Logic Gates < prev    next >
Encoding:
Text File  |  1986-07-20  |  607 b   |  21 lines

  1. AND 
  2.  
  3. If both inputs are high, then the output is high.  If either of the inputs is low, then the output is low.
  4.  
  5. NAND
  6.  
  7. If both inputs are high, then the output is low.  If either of the inputs is low, then the output is high.
  8.  
  9. OR 
  10.  
  11. If either of the inputs is high, then the output is high.  If both inputs are low, then the output is low.
  12.  
  13. NOR 
  14.  
  15. If neither of the inputs is high, the output is high.  If either of the inputs is high, the output is low.
  16.  
  17. EX'OR (exclusive OR)
  18.  
  19. If both inputs are low or both inputs are high, the output is low.   If one input is low and the other high, the output is high.
  20.  
  21.